ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / AllowDragging Property

In This Topic
    AllowDragging Property (FlexGridBase<T>)
    In This Topic
    Gets or sets whether users are allowed to drag rows and/or columns with the mouse.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property AllowDragging As AllowDragging
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual AllowDragging AllowDragging {get; set;}
    See Also